projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5fdde4
)
* lisp/vc/vc-annotate.el (vc-annotate-lines): Use set-face-extend (bug#37774)
author
Juri Linkov
<juri@linkov.net>
Mon, 21 Oct 2019 21:29:21 +0000
(
00:29
+0300)
committer
Juri Linkov
<juri@linkov.net>
Mon, 21 Oct 2019 21:29:21 +0000
(
00:29
+0300)
lisp/vc/vc-annotate.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-annotate.el
b/lisp/vc/vc-annotate.el
index 2cc0f3c40ac35896a8ed3cab48c559abca1c2c0b..35b69b53ebd05fb69874ecfc3bb87089e4903236 100644
(file)
--- a/
lisp/vc/vc-annotate.el
+++ b/
lisp/vc/vc-annotate.el
@@
-725,6
+725,7
@@
The annotations are relative to the current time, unless overridden by OFFSET."
;; Make the face if not done.
(face (or (intern-soft face-name)
(let ((tmp-face (make-face (intern face-name))))
+ (set-face-extend tmp-face t)
(cond
(vc-annotate-background-mode
(set-face-background tmp-face (cdr color)))